xen/x86: explicitly mark start-of-file asm()s as .text
authorTim Deegan <Tim.Deegan@citrix.com>
Thu, 7 Apr 2011 14:08:05 +0000 (15:08 +0100)
committerTim Deegan <Tim.Deegan@citrix.com>
Thu, 7 Apr 2011 14:08:05 +0000 (15:08 +0100)
commit33ba1e8196878dd5dc210164048aeea703b8d3af
tree22431e368254bd42f5043ea1b4010eb6c80b26a4
parent756f04dbee194f5bb0e6404b428f3ffc43fa8705
xen/x86: explicitly mark start-of-file asm()s as .text

LLVM and gold between them get confused when asm align commands
are emitted before a section marker.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/apic.c
xen/arch/x86/i8259.c